GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.SavingProgressEventHandler Delegate





In This Topic
GdViewer.SavingProgressEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("BAAF5A35-0E19-3C39-A510-4BF5ABFF2538")>
Public Delegate Sub GdViewer.SavingProgressEventHandler( _
   ByVal PageNo As Integer, _
   ByVal PageCount As Integer _
) 
[Guid("BAAF5A35-0E19-3C39-A510-4BF5ABFF2538")]
public delegate void GdViewer.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)
public delegate GdViewer.SavingProgressEventHandler( 
    PageNo: Integer;
    PageCount: Integer
);
GuidAttribute("BAAF5A35-0E19-3C39-A510-4BF5ABFF2538")
public delegate GdViewer.SavingProgressEventHandler( 
   PageNo : int,
   PageCount : int
)
[Guid("BAAF5A35-0E19-3C39-A510-4BF5ABFF2538")]
public: __gc __delegate void GdViewer.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)
[Guid("BAAF5A35-0E19-3C39-A510-4BF5ABFF2538")]
public delegate void GdViewer.SavingProgressEventHandler( 
   int PageNo,
   int PageCount
)

Parameters

PageNo
PageCount
See Also

Reference

GdViewer.SavingProgressEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace